gridpack::math::LinearSolverImplementation< T, I > Class Template Reference

#include <linear_solver_implementation.hpp>

Inheritance diagram for gridpack::math::LinearSolverImplementation< T, I >:
Inheritance graph
[legend]
Collaboration diagram for gridpack::math::LinearSolverImplementation< T, I >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef T TheType
typedef I IdxType
typedef
BaseLinearSolverInterface< T,
I >::MatrixType 
MatrixType
typedef
BaseLinearSolverInterface< T,
I >::VectorType 
VectorType

Public Member Functions

 LinearSolverImplementation (MatrixType &A)
 Default constructor.
 ~LinearSolverImplementation (void)
 Destructor.

template<typename T, typename I>
class gridpack::math::LinearSolverImplementation< T, I >


Member Typedef Documentation

template<typename T , typename I >
typedef I gridpack::math::LinearSolverImplementation< T, I >::IdxType
template<typename T , typename I >
typedef BaseLinearSolverInterface<T, I>::MatrixType gridpack::math::LinearSolverImplementation< T, I >::MatrixType
template<typename T , typename I >
typedef T gridpack::math::LinearSolverImplementation< T, I >::TheType
template<typename T , typename I >
typedef BaseLinearSolverInterface<T, I>::VectorType gridpack::math::LinearSolverImplementation< T, I >::VectorType

Constructor & Destructor Documentation

template<typename T , typename I >
gridpack::math::LinearSolverImplementation< T, I >::LinearSolverImplementation ( MatrixType A  ) 

Default constructor.

References gridpack::utility::Configurable::Configurable().

template<typename T , typename I >
gridpack::math::LinearSolverImplementation< T, I >::~LinearSolverImplementation ( void   ) 

Destructor.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Feb 2020 for GridPACK by  doxygen 1.6.1